home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 March / macformat-022.iso / Shareware City / Developers / ScriptServer 1.0a4 / ScriptServer.readme < prev    next >
Encoding:
Text File  |  1994-10-15  |  2.6 KB  |  54 lines  |  [TEXT/MPS ]

  1. Welcome to the ScriptServer readme.
  2.  
  3. Version 1.0 alpha
  4.  
  5. ScriptServer is a Shareware AppleScript OSA build program.  It compiles, it
  6. decompiles, it executes and it returns results.  What more could you want?
  7.  
  8. ScriptServer is NOT an editor.  It can be used from other editors though.
  9. Notably, the MPW Shell.  This way you can edit scripts that are larger than
  10. 30,000 characters and support search and replace.  MPW's even scriptable,
  11. although in some weird moon man language.  You can compile scripts from the
  12. AppelScript Script Editor but you'll need to convert the MPW include script to
  13. AppleScript.  If you do, drop me a copy.  I imagine that it would be easy to 
  14. call ScriptServer from BBEdit too.  Maybe someone'll write an extension...
  15.  
  16. The trick for MPW & ToolServer is to use Ed Lai's SendAE tool and the scripts
  17. provided to communicate with ScriptServer.  The SSCompile script even supports
  18. the C  preprocesser and our custom UltScript processor for those of you without
  19. the C compiler or the inclination to use it.  These preprocessers allow you to
  20. use #include in your scripts.  Nifty for those shared subroutines! 
  21.  
  22. The only drag is that AppleScript keeps asking where your applications are and
  23. you have to tell it.  Once a script exists though, it uses that to remember
  24. where the applications are.  So, once a script exists, copy it somewhere else
  25. instead of moving it.  You should leave a copy with your source so that it can
  26. keep you from going nuts pointing to your apps over and over again. 
  27.  
  28.  
  29. I hope ScriptServer meets your MPW/ToolServer AppleScript needs.  All I ask is
  30. a small Shareware fee if you use this.  It's $10 for individuals using this for
  31. fun and profit and $20 per copy (or $200 for a site licence) for companies to
  32. use this in their commercial or in-house projects.  I provide support and bug
  33. fixes to everyone and promptly cash all checks.  ;) 
  34.  
  35. Send money, comments, suggestions, bug reports and directed insults to me at:
  36.  
  37. Jon Pugh
  38. 1861 Landings Drive
  39. Mountain View, CA 94043
  40. jonpugh@netcom.com
  41. (415) 691-6643
  42. jonpugh@netcom.com
  43.  
  44.  
  45. Also, look for my freeware AppleScript Scripting Additions, Jon’s Commands,
  46. available at a fine archive near you.  If you don't see it there, just ask
  47. someone to upload it. 
  48.  
  49. ScriptServer, Jon’s Commands, AppleScript and QuicKeys 3.0 all go together! In
  50. Jon’s Commands is a "run script resource" command.  It likes 'Scpt' resources
  51. (the Script Editor gets confused by multiple 'scpt' resources in a file). With
  52. ScriptServer you can easily create these or other custom resources (or modify
  53. ones you create with the Script Editor).  This allows you to get around a 
  54. memory leak in the RunScript osax and package your script as a single file.